home *** CD-ROM | disk | FTP | other *** search
/ Greenhouse Effect Detection Expriment / NASA Greenhouse Effect Detection Expriment 1992 - Disc 2.iso / software / dos / cdfwalk.hlp < prev    next >
Encoding:
Text File  |  1992-03-14  |  6.2 KB  |  102 lines

  1. The CDFwalk program allows direct access to related variable data values.
  2. The data values of up to 27 variables may be displayed at once (the CDF can
  3. have more variables but only 27 may be viewed at any one time).  The data
  4. value for each variable at a given record/index location within the CDF
  5. conceptual view is displayed.  The user can "walk" from one record/index
  6. location to another sequentially (in any "direction") or a particular
  7. record/index location can be "jumped" to directly.  Variable values may
  8. also be used to directly "jump" to a record/index location.
  9.  
  10. The user interface to CDFwalk is contained on a single screen which is
  11. divided into several fixed windows and pop-up windows.  The Action Menu
  12. controls the execution of the program.  This menu allows you to "walk"
  13. through a CDF, select a new CDF through which to "walk", browse online
  14. help, or exit the program.  This menu may be displayed at any time by
  15. entering Ctrl-F.  Use the up and down arrow keys to highlight a choice in
  16. the Action Menu and then enter a carriage return to execute that function.
  17. Two very important windows are the Keypad Definition and Message windows.
  18. They contain information on keypad functionality and program status/error
  19. messages.
  20.  
  21. When CDFwalk is executed (and a CDF and/or directory is not entered on the
  22. command line), you must first specify the CDF through which you wish to
  23. "walk".  If you enter a full disk/directory specification (without a CDF
  24. name), all of the CDFs in the specified directory will appear in a separate
  25. pop-up window.  Use the up and down arrow keys to choose a CDF and then
  26. enter a carriage return to "walk" through that CDF.
  27.  
  28. After the input CDF is selected, the Record/index window appears.  The size
  29. of this window depends on the dimensionality of the input CDF. Vertically
  30. the window will contain one row for the record number and one row for each
  31. dimension of the CDF.  Horizontally, each line of the window contains three
  32. fields.  The first field contains a variable name, the second field
  33. contains a data value for the variable, and the third field contains a
  34. record number or dimension index.
  35.  
  36. The variable selected for the record number line will be one that only
  37. varies from record to record (not varying along any of the dimensions).  If
  38. more than one variable of that type exists in the CDF, a pop-up window will
  39. be displayed containing the list of variables.  Select one of the variables
  40. keeping in mind that you will have an opportunity to use it for positioning
  41. by value to a desired record.
  42.  
  43. The variable selected for each dimension line will be one that only varies
  44. along the corresponding dimension (and does not vary from record to
  45. record).  Again, if more than one variable of that type exists in the CDF,
  46. a pop-up window will be displayed to allow you to select the variable to
  47. use for that dimension.  Keep in mind that you will be able to use it to
  48. position by value to a desired index along that dimension.
  49.  
  50. After the Record/index window has been specified (which may occur
  51. automatically), the Variable Values window will be displayed.  It contains
  52. up to 27 variable names and the associated data values for the record/index
  53. shown in the Record/index window.
  54.  
  55. Initially the cursor will be positioned at the data value field of the
  56. record number line in the Record/index window.  You may now begin to "walk"
  57. through the CDF by using the right arrow to increment and the left arrow to
  58. decrement the record number.  Each time a new record number is specified,
  59. the data for each variable is updated in both the Record/index and Variable
  60. Values windows.  If the CDF contains many records, you may want to quickly
  61. advance to a desired record.  You may do this by entering the i key (the
  62. cursor must be on the data value field).  CDFwalk enters an input mode and
  63. prompts for the value to which you wish to advance.  If the exact value is
  64. not in the CDF for the variable, the record number is changed to correspond
  65. to the closest possible value.  Another method of advancing to a desired
  66. value is by entering Ctrl-P.  This will cause a pop-up window containing
  67. all of the values for the variable to be displayed.  You may select the
  68. value desired as you would with any other pop-up window, and CDFwalk will
  69. automatically position the record number to the corresponding value.
  70.  
  71. After positioning to a desired record (and the CDF is multi-dimensional)
  72. you may now wish to "walk" through the dimension index.  This is done by
  73. entering the up and down arrow keys to position the cursor to the desired
  74. dimension line.  "Walking" through dimensions is done in the same way as
  75. "walking" through the record numbers.
  76.  
  77. You may also wish to "walk" through the CDF by using the actual record
  78. number or dimension index rather than data values.  This is done by
  79. entering a carriage return which causes the cursor to advance to the next
  80. field (i.e., from the data value field to the record number/index field).
  81. Entering Ctrl-H causes the cursor to move back to the previous field.
  82. "Walking" through the CDF using the record number/index fields is the same
  83. as using the data value fields but with a few exceptions.  First, no Ctrl-P
  84. option is available with these fields.  Also, when in input mode, you may
  85. input either an absolute record number/index to which to move or you may
  86. enter a relative offset for the record number/index.  Prefixing the value
  87. with a +/- will increment/decrement the record number/index by that amount.
  88.  
  89. If the CDF contains more than 27 variables and a particular variable is not
  90. currently displayed in the Variable Values window, an option is provied to
  91. scroll new variables into that window.  This is done by entering a v key.
  92. A small pop-up window is displayed in which you may use the up and down
  93. arrow keys to scroll in or scroll out variables.  If the CDF contains a
  94. very large number of variables, entering a u or d key will display a new
  95. set of 27 variables (moving up or down through the variables in the CDF).
  96. When the desired set of variables is displayed, enter a carriage return to
  97. continue "walking" through the CDF.
  98.  
  99. When you are finished "walking" through the CDF, enter Ctrl-F to display
  100. the Action Menu.  You may input a new CDF, resume "walking" through the
  101. current CDF, read online help, or exit the program.
  102.